home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / go4gw1.1 / g2nntp_groups < prev    next >
Encoding:
Text File  |  1993-04-30  |  420 b   |  19 lines

  1. #!/usr/local/bin/perl
  2.  
  3. #----------------------------------------------------------------------
  4. # variables you might have to change
  5.  
  6. $g2nntp = "/etc/go4gw/g2nntp";
  7. $go4gw  = "/etc/go4gw/go4gw";
  8.  
  9. #----------------------------------------------------------------------
  10.  
  11. $GnotServer=1;  # so go4gw doesn't think its a server!
  12.  
  13. require "$go4gw";
  14. require "$g2nntp";
  15.  
  16. #create the group file listed in g2nntp.
  17.  
  18. &create_groups;
  19.